object NewStudentF: TNewStudentF Left = 369 Top = 283 ActiveControl = FirstNameE BorderIcons = [] BorderStyle = bsDialog Caption = 'New Student' ClientHeight = 142 ClientWidth = 263 Color = clGray Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] FormStyle = fsStayOnTop Position = poScreenCenter Visible = True OnActivate = FormActivate OnClose = FormClose PixelsPerInch = 96 TextHeight = 16 object Label1: TLabel Left = 8 Top = 16 Width = 83 Height = 16 Caption = '&Class code:' FocusControl = ClassE end object Label2: TLabel Left = 8 Top = 48 Width = 80 Height = 16 Caption = '&First Name:' FocusControl = FirstNameE end object Label3: TLabel Left = 8 Top = 80 Width = 79 Height = 16 Caption = '&Last Name:' FocusControl = LastNameE end object ClassE: TComboBox Left = 88 Top = 8 Width = 129 Height = 24 ItemHeight = 16 MaxLength = 10 TabOrder = 0 Text = '[NONE]' OnKeyPress = ClassEKeyPress end object LastNameE: TEdit Left = 88 Top = 72 Width = 169 Height = 24 MaxLength = 20 TabOrder = 2 OnKeyPress = LastNameEKeyPress end object BitBtn1: TBitBtn Left = 2 Top = 104 Width = 119 Height = 33 Caption = '&OK' Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ModalResult = 1 ParentFont = False TabOrder = 3 OnClick = BitBtn1Click Glyph.Data = { BE060000424DBE06000000000000360400002800000024000000120000000100 0800000000008802000000000000000000000000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C0007F7F7F00F0CA A600000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000E0E0E000A4A0A000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303 0303030303030303030303030303030303030303030303030303030303030303 03030303030303030303030303030303030303030303FF030303030303030303 03030303030303040403030303030303030303030303030303F8F8FF03030303 03030303030303030303040202040303030303030303030303030303F80303F8 FF030303030303030303030303040202020204030303030303030303030303F8 03030303F8FF0303030303030303030304020202020202040303030303030303 0303F8030303030303F8FF030303030303030304020202FA0202020204030303 0303030303F8FF0303F8FF030303F8FF03030303030303020202FA03FA020202 040303030303030303F8FF03F803F8FF0303F8FF03030303030303FA02FA0303 03FA0202020403030303030303F8FFF8030303F8FF0303F8FF03030303030303 FA0303030303FA0202020403030303030303F80303030303F8FF0303F8FF0303 0303030303030303030303FA0202020403030303030303030303030303F8FF03 03F8FF03030303030303030303030303FA020202040303030303030303030303 0303F8FF0303F8FF03030303030303030303030303FA02020204030303030303 03030303030303F8FF0303F8FF03030303030303030303030303FA0202020403 030303030303030303030303F8FF0303F8FF03030303030303030303030303FA 0202040303030303030303030303030303F8FF03F8FF03030303030303030303 03030303FA0202030303030303030303030303030303F8FFF803030303030303 030303030303030303FA0303030303030303030303030303030303F803030303 0303030303030303030303030303030303030303030303030303030303030303 0303} NumGlyphs = 2 end object BitBtn2: TBitBtn Left = 138 Top = 104 Width = 119 Height = 33 Caption = 'C&ancel' Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 4 OnClick = BitBtn2Click Kind = bkCancel end object FirstNameE: TEdit Left = 88 Top = 40 Width = 129 Height = 24 MaxLength = 15 TabOrder = 1 OnKeyPress = FirstNameEKeyPress end end